Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedadelfahim/todo-app


https://github.com/ahmedadelfahim/todo-app

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# TODO App
## Getting Started

These steps will get you a copy of the project up and running for development and testing purposes.

## Installation

1. Install **Nodejs** _latest stable version_
2. Install **npm** _latest stable version_
3. Install **mongoDB** _latest stable version_
4. Install **redis** _latest stable version_
5. _Optional Step_ ⇒ You can install **MongoDB Compass** [any user interface application for MongoDB] as it offers a user interface for dealing with the database
6. Clone the Project
7. Run the following commands:
```
npm install
cp .env.example .env
```
8. write required variables in .env

## Usage

1. for running localy
```
npm run start
```
2. for build
```
npm run build
npm run start:prod
```
## Built With

1. [Nodejs](https://nodejs.org/en/)
2. [Mongodb](https://docs.mongodb.com/)