Crux of Poland app enables to the recording and organization of polish climbing routes by the members of comunity.
- creating user
- user's account verification via Sendgrid
- deleting user
- user authenticate
- session checking
- creating routes
- connected to MongoDB(delivered by Atlas)
- deleting routes
- updating routes
in progress...
- contact mail sender(sendgrid)
- password reset
- deleting users
- updating users
- storage for avatars
- bcrypt
- body-parser
- connect-mongo
- connect-mongodb-session
- cors
- crypto
- dotenv
- express
- express-session
- mongoose
- @sendgrid/mail
Node.js v 12.16.1 or higher
-
git clone https://github.com/lysakowski-art/n_crux_api.git
-
cd n_crux_api
-
npm i
-
npm start