This project was bootstrapped from the stackoverflow-clone made by @salihozdemir available here
- ReactJs
- NextJs
- Storybook
- PostCSS
- NodeJs
- Express
- MongoDB
- Mongoose
- node
- npm
- mongodb
# Clone this repository
$ git clone https://github.com/Upvision/community-back-end
# Go into the repository
$ cd community-back-end
# Start mongodb locally
$ mongod
# Install dependencies
$ npm install
# Start the backend server
$ npm run dev
Make sure mongodb is running before testing the server.
$ cd server
$ yarn test
There are missing tests on the server side and there are no tests on the client side yet.
This project is made available under the MIT License.