A simple app to record a list of todos
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- Make a free account with MongoDB and create an empty database.
- Clone the repo
git clone https://github.com/FitzHawke/mern-app.git
- Install NPM packages in root directory and frontend
npm install cd frontend npm install
- Back to root and copy or rename
.env.example
to.env
cd .. mv .env.example .env
- Fill out .env with your mongoDB URI
- Start the dev server from the root directory
npm run dev
- Build the frontend
npm run build
- Change the
NODE_ENV
in .env to production. - Run the server from the root directory
npm run start
- Switch Auth over to using passport
- Feature 2
- Feature 3
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.md
for more information.
FitzHawke - @FitzHawke
Project Link: https://github.com/FitzHawke/mern-app