Meetapp API with Express, Sequelize Redis, Mail and More...
The application that is a developer event aggregator app called Meetapp (an acronym for Meetup + App)
To start the application in development mode, run:
yarn start:dev
Express server listening on http://localhost:3333/, in development mode. The developer mode will watch your changes then and re-run the node application automatically.
To start the application in production mode, run:
yarn start
To start the application in development mode, run:
yarn run queue:dev
To start the application in production mode, run:
yarn run queue
In root folder you can find .env
. You can use this config or change it for your purposes.
This project is licensed under the MIT License - see the LICENSE.md file for details