A basic express application that serves content over HTTP.
- Can serve html and json data over HTTP
- JWT authentication
- Event Logging
- CORS handling
Node.js installed on your system.
git clone https://github.com/SruthiKrish19/simple-express-app.git
npm install
To start the server, use the following command:
npm start
alternatively use Nodemon to start the development server
npm run dev
You can interact with the application through the defined routes, from Postman (or any prefered tool) via http://localhost:5000 (or the port specified in your .env file).