Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

nicolasbarb/MyCorpo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to MyCorpo

How to run ? 🙋‍♀️🙋‍♂️

Backend 🚀

First of all, it's a node project don't forget the basics

npm install

Then copy the .env.example file into .env

Complete variables with your database settings

Don't forget to smash your keyboard with random keys for the APP_SECRET

For the BCRYPT_ROUNDS we recommend you 10 but if you feel like waiting days for hashs you could set it to 31

For the MODE dev is already what you want right ? Otherwise type anything else.

Frontend 💄

For the frontend nothing is required other than the precious command !!!

npm install

How to access ? 🔗

Our beautiful frontend ✨ is accessible on http://localhost:3000

Our somehow working backend 💩 is accessible on http://localhost:3333

Our shitty (but working) documentation 💩 is accessible on http://localhost:3333/api-docs/

You can use it to create a user with @Post /users

Note 1: Please don't use Yarn...

Note 2: Un jeu Hasbro

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 45.2%
  • Vue 44.7%
  • JavaScript 9.5%
  • Other 0.6%