Skip to content

Empty Python3 project managed by GNU Make and Docker

Notifications You must be signed in to change notification settings

Narratot/template-py-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

A brief description of what this project does and who it's for

Logo

Badges

Add badges from somewhere like: shields.io

MIT License GPLv3 License AGPL License

Open in Gitpod

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}

Screenshots

App Screenshot

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Running Tests

To run tests, run the following command

  npm run test

Tech Stack

Client: React, Redux, TailwindCSS

Server: Node, Express

Lessons Learned

What did you learn while building this project? What challenges did you face and how did you overcome them?

Acknowledgements

Roadmap

  • Additional browser support

  • Add more integrations

Documentation

Documentation

Authors

License

MIT

Support

For support, email [email protected] or join our Slack channel.

About

Empty Python3 project managed by GNU Make and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 95.8%
  • Dockerfile 4.2%