title | description | tags | ||||
---|---|---|---|---|---|---|
ExpressJS Mongoose |
An ExpressJS server that connects to a MongoDB database |
|
This example starts an ExpressJS server that connects to a Railway MongoDB database using MongooseJS
- Express
- TypeScript
- MongoDB with Mongoose
- Install dependencies
yarn
- Connect to your Railway project
railway link
- Start the development server
railway run yarn dev