/auther-react

Primary LanguageJavaScript

auther

After cloning or downloading, don't forget to install with npm install

Once you've ensured that postgres is running (e.g. by trying to start a psql shell), you can execute npm run seed to seed the database with fake data.

Finally, fire it up with npm run start:dev and go to http://127.0.0.1:1337/.

Spleunking Questions

1.) the backend models have a.) story - stoy title las to be unique and null is not allowed b.) user - name numst be string, email must be unique and not nulll,

2.)