#mern
Read more stories on Hashnode
Articles with this tag
code npx create-next-app@latest what is your project name? --> elib-client-app would you like to use Typescript? --> yes would you like to use...
api creation —> (book → CRUD ) postman—> elib(collection)—>Book(folder)—>Create Create —> post —>...
api creation —>(user —>register and login) postman—> elib(collection)—>user(folder)—>Register Register —> post —>...
project setup code mkdir elib cd elib code . # initialize a node project npm init ---> manually answer all question asked during setup or npm init...