Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedadelfahim/todo-app
https://github.com/ahmedadelfahim/todo-app
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmedadelfahim/todo-app
- Owner: AhmedAdelFahim
- Created: 2023-12-14T10:34:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-14T14:05:14.000Z (11 months ago)
- Last Synced: 2023-12-14T16:28:32.102Z (11 months ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO App
## Getting StartedThese 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 With1. [Nodejs](https://nodejs.org/en/)
2. [Mongodb](https://docs.mongodb.com/)