Backend server built with Express and MongoDB designed to work with the frontend application FilRougeM2i - Frontend available at https://github.com/tintincita/FilRougeM2i-Front
To run the server :
- Open a terminal at the root of the repository.
- Run the
'npm i'
command - Request the
.env
file from the repository owner and put it into'/src'
- Run the
'npm start'
command
Get and run the frontend application available at https://github.com/tintincita/FilRougeM2i-Front
user
document
card
group
Use the POST method from
\<server\>/api/\<table\>
Use the GET method from
\<server\>/api/\<table\>
Use the GET method from
\<server\>/api/\<table\>/:id
Use the PUT method from
\<server\>/api/\<table\>/:id
Use the DELETE method from
\<server\>/api/\<table\>/:id